<LayoutTemplate>
   <table runat="server">
      <tr runat="server">
         <td runat="server">
            <table ID="itemPlaceholderContainer" runat="server" border="1" 
             style="background-color: #FFFFFF;border-collapse: collapse;
                    border-color: #999999;border-style:none;border-width:1px;
                    font-family: Verdana, Arial, Helvetica, sans-serif;">
              <tr runat="server" style="background-color:#DCDCDC;color: #000000;">
                 <th runat="server"></th>
                 <th runat="server">ID Klienta</th>
                 <th runat="server">Nazwa firmy</th>
                 <th runat="server">Kontakt</th>

              </tr>
              <tr ID="itemPlaceholder" runat="server"></tr>
            </table>
         </td>
      </tr>
      <tr runat="server">
         <td runat="server" style="text-align: center;background-color: #CCCCCC;
          font-family: Verdana, Arial, Helvetica, sans-serif;color: #000000;">
            <asp:DataPager ID="DataPager1" runat="server">
               <Fields>
                  <asp:NextPreviousPagerField ButtonType="Button" 
                   ShowFirstPageButton="True" ShowNextPageButton="False" 
                   ShowPreviousPageButton="False" />
                  <asp:NumericPagerField />
                  <asp:NextPreviousPagerField ButtonType="Button" 
                   ShowLastPageButton="True" ShowNextPageButton="False" 
                   ShowPreviousPageButton="False" />
               </Fields>
            </asp:DataPager>
         </td>
      </tr>
   </table>
</LayoutTemplate>
